home *** CD-ROM | disk | FTP | other *** search
- #!/usr/bin/perl5
-
- print <<EndOfFile;
- Content-type: text/html
-
- <FORM>
- <H2>T1 Configuration</H2>
- <P>
- The GIO synchronous communication board has two connectors that can be used
- for connection to a T1 line. Only one of these lines should be in use at
- one time.
- <P>
- <STRONG>Enable T1:</STRONG> Specifies whether a T1 line is connected to
- this port. Select <VAR>Yes</VAR> to specify that this line is in use;
- select <VAR>No</VAR> to specify that nothing is connected.
- </P>
- (Default value: No)
- <P>
- <STRONG>Port:</STRONG> Specifies the port number on the GIO Sync board
- that the T1 line is connected into.
- </P>
- (Default value: Port 1)
- <P>
- <STRONG>Connection name for remote system:</STRONG> This is an arbitrary
- one-word name for the connection. Typically, your entry is the
- hostname of the system to which you plan to connect.
- </P>
- (Default value: none)
- <CENTER>
- <INPUT TYPE="button" VALUE="Back to Form" onClick="self.history.go(-1)">
- </CENTER>
- </FORM>
- EndOfFile
-